FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/PatientCorrectionBusinessStatus

Packagehl7.fhir.uv.patient-corrections
Resource TypeCodeSystem
IdPatientCorrectionBusinessStatus
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/patient-corrections/https://build.fhir.org/ig/HL7/fhir-patient-correction/CodeSystem-PatientCorrectionBusinessStatus.html
URLhttp://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus
Version1.0.0
Statusactive
Date2025-07-10T15:08:47+00:00
NamePatientCorrectionBusinessStatus
TitlePatient Correction Business Statuses
Realmuv
Authorityhl7
DescriptionCodeSystem of business statuses for patient request for corrections
Contentcomplete

Resources that use this resource

ValueSet
PatientCorrectionBusinessStatusVSPatient Correction Business Status

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem PatientCorrectionBusinessStatus

This case-insensitive code system http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus defines the following codes:

CodeDisplayDefinition
queued QueuedA request to correct a record or log a disagreement has been received by the fulfiller (e.g. provider) but has not yet been reviewed.
in-review In-ReviewReview is in progress.
waiting-for-information Waiting For InfoThe fulfiller (e.g. provider) is waiting for additional information.
requester-cancelled CancelledThe request has been cancelled by the requester.
accepted AcceptedDecision was made to accept the correction request.
partial-accept Partail AcceptancePart of the correction request was accepted, and part was denied.
amendment-completed AmendedThe record has been amended (corrected).
denied DeniedThe request has been denied.
disagreement-logged Disagreement loggedThe fulfiller (e.g. provider) has logged the requester’s (eg patient’s) disagreement with the correction request denial.
completed CompletedThe fulfiller (e.g. provider) has logged the requester’s (e.g. patient’s) disagreement with the correction request denial, and provided a formal rebuttal.

Source

{
  "resourceType": "CodeSystem",
  "id": "PatientCorrectionBusinessStatus",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/patient-corrections/ImplementationGuide/hl7.fhir.uv.patient-corrections"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/patient-corrections/ImplementationGuide/hl7.fhir.uv.patient-corrections"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus",
  "version": "1.0.0",
  "name": "PatientCorrectionBusinessStatus",
  "title": "Patient Correction Business Statuses",
  "status": "active",
  "experimental": false,
  "date": "2025-07-10T15:08:47+00:00",
  "publisher": "HL7 International / Patient Empowerment",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    },
    {
      "name": "Virginia Lorenzi",
      "telecom": [
        {
          "system": "email",
          "value": "vlorenzi@nyp.org"
        }
      ]
    },
    {
      "name": "David Pyke",
      "telecom": [
        {
          "system": "email",
          "value": "david@pyke.ca"
        }
      ]
    }
  ],
  "description": "CodeSystem of business statuses for patient request for corrections",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 10,
  "concept": [
    {
      "code": "queued",
      "display": "Queued",
      "definition": "A request to correct a record or log a disagreement has been received by the fulfiller (e.g. provider) but has not yet been reviewed."
    },
    {
      "code": "in-review",
      "display": "In-Review",
      "definition": "Review is in progress."
    },
    {
      "code": "waiting-for-information",
      "display": "Waiting For Info",
      "definition": "The fulfiller (e.g. provider) is waiting for additional information."
    },
    {
      "code": "requester-cancelled",
      "display": "Cancelled",
      "definition": "The request has been cancelled by the requester."
    },
    {
      "code": "accepted",
      "display": "Accepted",
      "definition": "Decision was made to accept the correction request."
    },
    {
      "code": "partial-accept",
      "display": "Partail Acceptance",
      "definition": "Part of the correction request was accepted, and part was denied."
    },
    {
      "code": "amendment-completed",
      "display": "Amended",
      "definition": "The record has been amended (corrected)."
    },
    {
      "code": "denied",
      "display": "Denied",
      "definition": "The request has been denied."
    },
    {
      "code": "disagreement-logged",
      "display": "Disagreement logged",
      "definition": "The fulfiller (e.g. provider) has logged the requester’s (eg patient’s) disagreement with the correction request denial."
    },
    {
      "code": "completed",
      "display": "Completed",
      "definition": "The fulfiller (e.g. provider) has logged the requester’s (e.g. patient’s) disagreement with the correction request denial, and provided a formal rebuttal."
    }
  ]
}